Add a last_updated field to every metrics class.
authorEwan Mellor <ewan@xensource.com>
Fri, 23 Mar 2007 13:27:29 +0000 (13:27 +0000)
committerEwan Mellor <ewan@xensource.com>
Fri, 23 Mar 2007 13:27:29 +0000 (13:27 +0000)
commitf38e3b431b2f8562218758044c4486fe8da0e6dd
tree7a6c782bebc16221fb3d345b06c596eab5cd5e3c
parent6dcfe86140cefa9d91a55a9412f44b87fadb3b39
Add a last_updated field to every metrics class.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
17 files changed:
docs/xen-api/xenapi-datamodel.tex
tools/libxen/include/xen_host_metrics.h
tools/libxen/include/xen_pif_metrics.h
tools/libxen/include/xen_vbd_metrics.h
tools/libxen/include/xen_vif_metrics.h
tools/libxen/include/xen_vm_guest_metrics.h
tools/libxen/include/xen_vm_metrics.h
tools/libxen/src/xen_host_metrics.c
tools/libxen/src/xen_pif_metrics.c
tools/libxen/src/xen_vbd_metrics.c
tools/libxen/src/xen_vif_metrics.c
tools/libxen/src/xen_vm_guest_metrics.c
tools/libxen/src/xen_vm_metrics.c
tools/libxen/test/test_bindings.c
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendPIFMetrics.py
tools/python/xen/xend/XendVMMetrics.py